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