@override Future<bool> isInitialized() async { final v = await _method.invokeMethod("cubid_isInitialized"); return v == true; }