@override bindSunmi() async { String? result; try { result = await methodChannel.invokeMethod('bindSunmi'); } finally {} return result; }