@override Future<int?> getEarnPoint() async{ final point = await methodChannel.invokeMethod<int>('getEarnPoint', <int, dynamic>{}); return point; }