Skip to content

Commit 86fdcf7

Browse files
committed
add stub for initRegistration in method channel
1 parent 44ca216 commit 86fdcf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/method_channel/gigya_flutter_plugin_method_channel.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ class MethodChannelGigyaFlutterPlugin extends GigyaFlutterPluginPlatform {
127127
}
128128
}
129129

130+
@override
131+
Future<String> initRegistration({required bool isLite}) {
132+
throw UnsupportedError('Calling initRegistration() is only supported on the web.');
133+
}
134+
130135
@override
131136
Future<void> initSdk({
132137
required String apiDomain,

0 commit comments

Comments
 (0)