Future<String?> getString({required String titleLocKey}) => methodChannel.invokeMethod<String>('getString', titleLocKey);