isConnected method Null safety
check if connected to TapJoy, returns Bool
Implementation
Future<bool?> isConnected() async {
return await _channel.invokeMethod("isConnected");
}
check if connected to TapJoy, returns Bool
Future<bool?> isConnected() async {
return await _channel.invokeMethod("isConnected");
}