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