@override Future<String?> performance() async { // TODO: implement performance final per = await methodChannel.invokeMethod<String>("performance"); return per; }