parent
d66c058997
commit
ce07a44943
3 changed files with 1 additions and 14 deletions
@ -1,4 +0,0 @@ |
|||||||
// ignore: camel_case_types |
|
||||||
class platformViewRegistry { |
|
||||||
static registerViewFactory(String viewId, dynamic cb) {} |
|
||||||
} |
|
@ -1,9 +0,0 @@ |
|||||||
import 'dart:ui' as ui; |
|
||||||
|
|
||||||
// ignore: camel_case_types |
|
||||||
class platformViewRegistry { |
|
||||||
static registerViewFactory(String viewId, dynamic cb) { |
|
||||||
// ignore:undefined_prefixed_name |
|
||||||
ui.platformViewRegistry.registerViewFactory(viewId, cb); |
|
||||||
} |
|
||||||
} |
|
Loading…
Reference in new issue