getApplicationId method

Future<String?> getApplicationId()

Returns the app ID this logger was configured to log to.

Implementation

Future<String?> getApplicationId() {
  return _channel.invokeMethod<String>('getApplicationId');
}