Reads last runtime error.
@override /// Reads last runtime error. Future<String?> getLastError() { return methodChannel.invokeMethod<String>('getLastError'); }