FlutterSmartfaceBasePlatform constructor
FlutterSmartfaceBasePlatform(
- String name
Implementation
FlutterSmartfaceBasePlatform(this.name) : super(token: _token) {
methodChannel = MethodChannel('com.flutter_smartface.example/$name');
PlatformInterface.verifyToken(this, _token);
setupCallbacks();
}