@override Future<String> endpointUpdate() async { final result = await methodChannel.invokeMethod<String>('endpointUpdate'); return result ?? ''; }