setLanguage method

Future setLanguage(
  1. String language
)

Future which invokes the platform specific method for setLanguage

Implementation

Future<dynamic> setLanguage(String language) async =>
    await _channel.invokeMethod('setLanguage', language);