fix(nearby_service_method_channel): formatting
This commit is contained in:
@@ -22,9 +22,11 @@ class MethodChannelNearbyService extends NearbyServicePlatform {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Future<NearbyDeviceInfo?> getCurrentDeviceInfo() async {
|
Future<NearbyDeviceInfo?> getCurrentDeviceInfo() async {
|
||||||
return NearbyDeviceMapper.instance.mapToDevice(
|
return NearbyDeviceMapper.instance
|
||||||
await methodChannel.invokeMethod('getCurrentDevice'),
|
.mapToDevice(
|
||||||
)?.info;
|
await methodChannel.invokeMethod('getCurrentDevice'),
|
||||||
|
)
|
||||||
|
?.info;
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user