1
0
Fork 0

Update README.md

master
Wannz 2021-11-14 23:04:24 +08:00 committed by GitHub
parent f347d51b94
commit 10e52e594e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -254,14 +254,14 @@ abstract class AppletHandler {
} }
``` ```
### 7. API ### 7. API
SDK API API API SDK API API API
``` ```
/// ///
/// register extension api /// register extension api
/// api /// api
/// ///
void registerExtensionApi(String name, ExtensionApiHandler handler) void registerExtensionApi(String name, ExtensionApiHandler handler)
``` ```