registerPlatform static method
void
registerPlatform()
Registers this class as the default instance of FlutterOpenccFfiPlatform
.
Implementation
static void registerPlatform() {
// Register the platform instance with the plugin platform
// interface.
FlutterOpenccFfiPlatform.instance = FlutterOpenccFfi._();
}