Here is the solution of this issue.
Comment below mention code in PlulzAdminClass.php line no. 91
public function register()
{
register_setting( $this->group, $this->name );
//wp_enqueue_script( ‘dashboard’ );
wp_enqueue_script( ‘postbox’ );
wp_enqueue_script( ‘thickbox’ );
}
if you resolve than reply with thanks.