NativeBasePlatform constructor
NativeBasePlatform()
Implementation
NativeBasePlatform() : super(token: _token) {
if (kDebugMode) {
_methodChannel = const OptionalMethodChannel(_CHANNEL);
}
_nativeCallback();
_nativeStream();
}