static Future<bool> addCallback() async { var result = await NativeImpl.methodChannel.invokeMethod('${methodTag}addCallback'); return result; }