getString method

Future<String?> getString({
  1. required String titleLocKey,
})

Implementation

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