startDeviceLogStream method

Future<Map<String, dynamic>> startDeviceLogStream(
  1. Map<String, dynamic> options
)

Implementation

Future<Map<String, dynamic>> startDeviceLogStream(
  Map<String, dynamic> options,
) {
  throw UnimplementedError(
    'startDeviceLogStream() has not been implemented.',
  );
}