FlutterSmartfaceBasePlatform constructor

FlutterSmartfaceBasePlatform(
  1. String name
)

Implementation

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