Browse Source

Fixed formatting in media

flutter-beta
TheOneWithTheBraid 5 years ago
parent
commit
10aea20d07
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/src/web/media.dart

+ 2
- 1
lib/src/web/media.dart View File

@@ -23,7 +23,8 @@ class VideoOptions {
external String get facingMode;
// external DeviceIdOptions get deviceId;

external factory VideoOptions({String? facingMode, DeviceIdOptions? deviceId});
external factory VideoOptions(
{String? facingMode, DeviceIdOptions? deviceId});
}

@JS()


Loading…
Cancel
Save